home *** CD-ROM | disk | FTP | other *** search
/ ROM Magic / ROM Magic.iso / pc / data_07 / wpart1.dir / 00003.ls next >
Encoding:
Text File  |  1995-05-09  |  209 b   |  11 lines

  1. on mouseDown
  2.   puppetSprite(18, 1)
  3.   repeat while stillDown()
  4.     set the locH of sprite 18 to 320
  5.     set the locV of sprite 18 to 240
  6.     updateStage()
  7.   end repeat
  8.   puppetSprite(18, 0)
  9.   updateStage()
  10. end
  11.